GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-21T15:53:05.6377223+00:00",
"SubmitDate": "2025-11-21T15:53:05.6377223+00:00",
"ReportPeriodStart": "2025-11-21T15:53:05.6377223+00:00",
"ReportPeriodEnd": "2025-11-21T15:53:05.6377223+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48b13933-dc6f-4003-94f1-d702556b9e6f",
"Rows": [
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48b13933-dc6f-4003-94f1-d702556b9e6f",
"Rows": [
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8dae0ad2-cbad-4cf7-91e0-b30b46e063c2",
"02f002a9-87a0-4cc8-a58d-a76875673b2d"
],
"Approvers": [
"443ff4d2-bb1a-4e8a-9f1c-df1232d65148",
"d152e75a-fbcb-40c1-9bfb-4a04fe92e77b"
],
"ApprovedBy": "87005bfe-9669-49b0-87ef-dc1c87bd7868",
"ApprovalDate": "2025-11-21T15:53:05.6377223+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "570213e9-f237-4167-a42b-e69daa78bb5f",
"id": "c46df9af-5474-4e4f-80d5-bf9fee731673",
"ConfigId": "06e59207-042d-4a55-a410-77f612878469"
},
{
"GenerationDate": "2025-11-21T15:53:05.6377223+00:00",
"SubmitDate": "2025-11-21T15:53:05.6377223+00:00",
"ReportPeriodStart": "2025-11-21T15:53:05.6377223+00:00",
"ReportPeriodEnd": "2025-11-21T15:53:05.6377223+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48b13933-dc6f-4003-94f1-d702556b9e6f",
"Rows": [
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48b13933-dc6f-4003-94f1-d702556b9e6f",
"Rows": [
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941f7d20-b30f-4cc3-8166-a59247b0a46f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8dae0ad2-cbad-4cf7-91e0-b30b46e063c2",
"02f002a9-87a0-4cc8-a58d-a76875673b2d"
],
"Approvers": [
"443ff4d2-bb1a-4e8a-9f1c-df1232d65148",
"d152e75a-fbcb-40c1-9bfb-4a04fe92e77b"
],
"ApprovedBy": "87005bfe-9669-49b0-87ef-dc1c87bd7868",
"ApprovalDate": "2025-11-21T15:53:05.6377223+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "570213e9-f237-4167-a42b-e69daa78bb5f",
"id": "c46df9af-5474-4e4f-80d5-bf9fee731673",
"ConfigId": "06e59207-042d-4a55-a410-77f612878469"
}
]